VistaDB 6
VistaDB.Provider Namespace / VistaDBRowUpdatedEventArgs Class / CopyToRows Method / CopyToRows(DataRow[]) Method
The array of System.Data.DataRow to copy into.


In This Topic
    CopyToRows(DataRow[]) Method
    In This Topic
    Copies references to the modified rows into the provided array.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CopyToRows( _
       ByVal array() As System.Data.DataRow _
    ) 
    'Usage
     
    
    Dim instance As VistaDBRowUpdatedEventArgs
    Dim array() As System.Data.DataRow
     
    instance.CopyToRows(array)
    public void CopyToRows( 
       System.Data.DataRow[] array
    )

    Parameters

    array
    The array of System.Data.DataRow to copy into.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also